home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / asm_includes / rtgmaster / rtgAMI.i next >
Text File  |  1996-10-11  |  1KB  |  62 lines

  1. ;
  2. ;     $VER: rtgAMI.i 1.002 (25 Mar 1996)
  3. ;
  4.  
  5.         IFND    RTGAMI_I
  6. RTGAMI_I        SET     1
  7.  
  8.         IFND    RTGSUBLIBS_I
  9.         Include "include:Rtgmaster/RtgSublibs.i"
  10.         ENDC
  11.  
  12.         IFND    EXEC_LIBRARIES_I
  13.         Include "exec/libraries.i"
  14.         ENDC
  15.  
  16.         IFND    EXEC_TYPES_I
  17.         Include "exec/types.i"
  18.         ENDC
  19.  
  20. ;
  21. ; Include files for rtgAMI.library
  22. ;
  23. ; Only rtgAMI.library specific structures are located in here
  24. ;
  25.  
  26.  STRUCTURE RtgBaseAMI,0
  27.   STRUCT rbAMI_LibBase,LIB_SIZE
  28.   ALIGNLONG
  29.   ULONG rbAMI_SegList
  30.   APTR  rbAMI_ExecBase
  31.   APTR  rbAMI_GfxBase
  32.   APTR  rbAMI_IntBase
  33.   APTR  rbAMI_UtilityBase
  34.   APTR  rbAMI_CyberBase
  35.   APTR  rbAMI_DosBase
  36.   LABEL rbAMI_SIZEOF
  37.  
  38.  STRUCTURE RtgScreenAMI,0
  39.   STRUCT rsAMI_Header,rs_SIZEOF
  40.   UWORD rsAMI_Locks
  41.   ALIGNLONG
  42.   ULONG rsAMI_ScreenHandle
  43.   ULONG rsAMI_PlaneSize
  44.   ULONG rsAMI_DispBuf      ;Buffer currently displayed
  45.   ULONG rsAMI_ChipMem1
  46.   ULONG rsAMI_ChipMem2
  47.   ULONG rsAMI_ChipMem3
  48.   STRUCT rsAMI_Bitmap1,40
  49.   STRUCT rsAMI_Bitmap2,40
  50.   STRUCT rsAMI_Bitmap3,40
  51.   ULONG rsAMI_Flags
  52.   STRUCT rsAMI_MyRect,8
  53.   STRUCT rsAMI_Place,52
  54.   STRUCT rsAMI_RastPort1,100
  55.   STRUCT rsAMI_RastPort2,100
  56.   STRUCT rsAMI_RastPort3,100
  57.   APTR   rsAMI_MyWindow
  58.   APTR   rsAMI_Pointer
  59.   LABEL rsAMI_SIZEOF
  60.  
  61.         ENDC
  62.